バージョン

InternalRemove メソッド (SubObjectsDictionaryBase<TKey,TValue>)

指定したキーを持つ項目をディクショナリから削除します。
シンタックス
'宣言
 
Protected Overridable Sub InternalRemove( _
   ByVal key As TKey _
) 
protected virtual void InternalRemove( 
   TKey key
)

パラメータ

key
削除する項目のキー。
参照